home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_02 / 9n02123a < prev    next >
Encoding:
Text File  |  1995-11-01  |  207 b   |  14 lines

  1.  
  2.    #define MAKE_STRING_TABLE
  3.    char *day_strings[] = 
  4.        {
  5.        #include "table.h"
  6.        };
  7.  
  8.   #undef MAKE_STRING_TABLE  
  9.   enum e_day = 
  10.        {
  11.        #include "table.h"
  12.        };
  13.  
  14.